home *** CD-ROM | disk | FTP | other *** search
- on msstime t1, t2
- set the movieTime of sprite 32 to t1 * 60
- set the startTime of sprite 32 to t1 * 60
- set the stopTime of sprite 32 to t2 * 60
- end
-
- on getset
- set setcnt to setcnt + 1
- set entliststr to getAt(mvtlist, setcnt)
- set icastnumstr to chars(entliststr, 1, 3)
- set castm01 to value(icastnumstr)
- set isndfnumstr to chars(entliststr, 5, 7)
- set msndflg01 to value(isndfnumstr)
- set sndflg to msndflg01
- end
-